#´ Cola duas strings
#´ @param x uma string
#´ @param y outra string
#´ @export
colar <-function(x,y) {paste(x,y)}
# grabar
# rodar devtools::document()
# rodar devtools::load_all()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.